authenticationProfile - Create
Purpose
This API creates an authentication profile.
HTTP Method
POST
URL
https://app.infiniteblue.com/rest/api/authenticationProfileURL Parameters
authType
The Type of authentication with which the profile has to be created.
authProfileName
Authentication profile name for the profile being created.
defaultUIAuth
This is an optional parameter. If set to true, the authentication profile which is being created will be set as customers default authentication.
defaultAPIAuth
This is an optional parameter. If set to true, the authentication profile which is being created will be set as customers default authentication.
Permissions Required
Full administrative privileges.
Response
The authentication profile for the tenant in XML or JSON format.
Sample XML output:
<?xml version="1.0" encoding="UTF-8" ?> <resp status="ok"> <authProfileId>2a439049-f829-4b97-8ba1-575c131b0b8a</authProfileId> <Msg>Authentication Profile has been created successfully</Msg> </resp>
Sample JSON output:
{
"authProfileId": "54d72c32-a2e1-4cb7-a6fe-58e336e50ac8",
"Msg": "Authentication Profile has been created successfully"
}